ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ChartSeries<T> Class
Members

In This Topic
    ChartSeries<T> Class
    In This Topic
    Represents a series of data points to display in the chart.
    Object Model
    ChartSeries<T> ClassSVGStyle ClassSVGStyle ClassSVGStyle Class
    Syntax
    'Declaration
     
    
    Public Class ChartSeries(Of T) 
       Inherits ChartSeriesBase(Of T)
    public class ChartSeries<T> : ChartSeriesBase<T> 
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.ChartSeriesBase<T>
          C1.Web.Mvc.ChartSeries<T>

    See Also